home *** CD-ROM | disk | FTP | other *** search
- Path: news.ov.com!news
- From: glenn@ov.com (Fletcher.Glenn@ov.com)
- Newsgroups: comp.lang.c
- Subject: Re: atol or strtol ?
- Date: 18 Jan 1996 00:39:40 GMT
- Organization: OpenVision
- Message-ID: <4dk4sc$dmj@spanky.pls.ov.com>
- References: <4dbobq$763@jupiter.planet.net>
- Reply-To: glenn@ov.com
- NNTP-Posting-Host: foghorn.pls.ov.com
-
- In article 763@jupiter.planet.net, Chris Kemp <chrisk@paladn.com> writes:
- >what is the difference between strtol function and atol ?
- >
-
-
- Looking at TFM tells me that atol() expects the string to represent a
- base 10 number. strtol() allows you to select the expected number base.
-
- Fletcher.Glenn@ov.com
-
-
-